func github.com/golang/mock/gomock.isCleanuper

3 uses

	github.com/golang/mock/gomock (current package)
		controller.go#L136: 	if c, ok := isCleanuper(ctrl.T); ok {
		controller.go#L279: 		if _, ok := isCleanuper(ctrl.T); !ok {
		controller.go#L315: func isCleanuper(t TestReporter) (cleanuper, bool) {